|
@@ -45,7 +45,7 @@ clean:
|
|
|
rm -f build-stamp
|
|
|
|
|
|
# Add here commands to clean up after the build process.
|
|
|
- $(MAKE) distclean
|
|
|
+ [ ! -f Makefile ] || $(MAKE) distclean
|
|
|
-test -r /usr/share/misc/config.sub && \
|
|
|
cp -f /usr/share/misc/config.sub config.sub
|
|
|
-test -r /usr/share/misc/config.guess && \
|