add a special rule so that make doesn't attempt on successive builds to compile PrimitiveOperations from PrimitiveOperations.cpp

git-svn-id: svn://10.0.0.236/trunk@16144 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
toshok%hungry.com 1998-12-10 11:03:29 +00:00
parent ef349d84a9
commit 01dd607e8f

View File

@ -101,6 +101,12 @@ x86-win32.nad.burg.cpp: x86-win32.nad $(BURG) $(DEPTH)/Compiler/PrimitiveGraph/P
cp $(DEPTH)/Compiler/PrimitiveGraph/PrimitiveOperations.h $(LOCAL_EXPORT_DIR)
endif
# special rule so that successive make's don't try to build
# $(DEPTH)/Compiler/PrimitiveGraph/PrimitiveOperations from
# $(DEPTH)/Compiler/PrimitiveGraph/PrimitiveOperations.cpp
#
$(DEPTH)/Compiler/PrimitiveGraph/PrimitiveOperations:
@echo
#
# Extra cleaning
#