*** empty log message ***
[h316.git] / pc-tools / ldc2 / Makefile
index 335774aa8912e0eb056fba6e747904e2c351c597..4df7df2134f3dd56028552b2a7bf0217eede6ee4 100644 (file)
@@ -22,7 +22,7 @@ APP_SOURCES=$(foreach obj, $(APP_OBJECTS:.o=.cpp),$(SRC_DIR)/$(obj))
 ##All objects depend on all headers. simple but works
 #*.o: $(SRC_DIR)/*.hh
 
-%.dep : $(SRC_DIR)/%.cpp
+nothing% %.dep : $(SRC_DIR)/%.cpp
        @ echo Building dependencies for $<.
        @$(SHELL) -c  "g++ -M $<" | awk 'BEGIN {N=0}{if(N==0)printf("%s %s\n","$@",$$0);else printf("%s\n", $$0);N+=1;}' >  $@