Check-in Number:
|
3920 | |
Date: |
2003-Jan-16 12:53:39 (local)
2003-Jan-16 11:53:39 (UTC) |
User: | ms |
Branch: | |
Comment: |
Beautify make output on realclean target. |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/as/as-gui/Makefile.in 1.30 -> 1.31
--- Makefile.in 2003/01/16 08:37:40 1.30
+++ Makefile.in 2003/01/16 11:53:39 1.31
@@ -158,7 +158,7 @@
distclean: clean
$(RM) config.log config.status config.cache # Generated by ./configure
$(RM) Makefile ac_config.h # Generated by ./configure
- $(RM) $(IDL_OUT) # Generated by $(IDL)
+ $(RM) $(IDL_OUT) # Generated by $(IDL)
$(RM) $(MOC_OUT) # Generated by $(MOC)
realclean: distclean
|
|