changeset 1716:25d96121c2da octave-forge

Fix rule lookup: clear "%.o: %.cc" before defining "%.o: %.cc %.d".
author pkienzle
date Thu, 09 Sep 2004 03:47:57 +0000
parents c94f47e7db2c
children 7019a050208b
files main/fixed/Makefile
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/main/fixed/Makefile	Thu Sep 09 03:36:05 2004 +0000
+++ b/main/fixed/Makefile	Thu Sep 09 03:47:57 2004 +0000
@@ -164,6 +164,7 @@
 	@echo "Depending $<"; \
 	$(MKOCTFILE) $(MOFLAGS) $(DEFINES) -M $<
 
+%.o:%.cc
 %.o:%.cc %.d
 	@echo "Compiling $@"; \
 	$(MKOCTFILE) $(MOFLAGS) $(DEFINES) -c $<