Check-in Number:
|
2299 | |
Date: |
2002-Jul-17 16:23:10 (local)
2002-Jul-17 14:23:10 (UTC) |
User: | thl |
Branch: | |
Comment: |
clean/distclean interdependencies |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/fsl/Makefile.in 1.2 -> 1.3
--- Makefile.in 2002/07/12 17:26:23 1.2
+++ Makefile.in 2002/07/17 14:23:10 1.3
@@ -135,14 +135,16 @@
-$(RM) -r .libs >/dev/null 2>&1 || $(TRUE)
-$(RM) *.o *.lo
-distclean: clean
+distclean:
@$(MAKE) $(MFLAGS) _SUBDIRS_distclean
+ @$(MAKE) $(MFLAGS) clean
-$(RM) config.log config.status config.cache
-$(RM) Makefile config.h sa-config
-$(RM) libtool
-realclean: distclean
+realclean:
@$(MAKE) $(MFLAGS) _SUBDIRS_realclean
+ @$(MAKE) $(MFLAGS) distclean
-$(RM) fsl.3
-$(RM) configure config.h.in
-$(RM) shtool
|
|