|
|
@@ -96,7 +96,7 @@ clean: cleanutils
|
|
|
distclean: clean clean-modconfig
|
|
|
@rm -f Makefile src/Makefile src/compat/Makefile src/mod/Makefile
|
|
|
@rm -f config.cache config.log config.status config.h lush.h stamp.*
|
|
|
- @rm -rf *-$(VERSION)/ autom4te.cache/ autoscan.log configure.scan src/salt.h.tmp src/conf.h
|
|
|
+ @rm -rf *-$(VERSION)/ autom4te.cache/ autoscan.log configure.scan src/salt.h.tmp
|
|
|
@rm -rf src/.deps/ src/compat/.deps/ src/mod/*.mod/.deps/
|
|
|
|
|
|
|
|
|
@@ -132,12 +132,6 @@ packconf: makesettings pack/pack.cfg
|
|
|
@(if test "x`diff -qurN src/settings.c~ src/settings.c`" != "x"; then \
|
|
|
cp -f src/settings.c~ src/settings.c; \
|
|
|
fi)
|
|
|
- @(if [ ! -f src/conf.h ]; then \
|
|
|
- touch src/conf.h; \
|
|
|
- fi)
|
|
|
- @(if test "x`diff -qurN src/conf.h~ src/conf.h`" != "x"; then \
|
|
|
- cp -f src/conf.h~ src/conf.h; \
|
|
|
- fi)
|
|
|
|
|
|
salt: packconf stringfix
|
|
|
@(if [ ! -f src/salt.h ]; then \
|