Remove unneeded dep that's breaking old gnu makes

git-svn-id: svn://10.0.0.236/trunk@78721 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cls%seawood.org 2000-09-11 06:26:48 +00:00
parent 1516243a3b
commit e66480e1b7

View File

@ -54,7 +54,7 @@ include $(topsrcdir)/config/rules.mk
DEFINES += -DSTANDALONE
# Make sure that these custom rules stay in sync with rules.mk
S_%.$(OBJ_SUFFIX): $(srcdir)/../%.cpp $(MDDEPDIR)
S_%.$(OBJ_SUFFIX): $(srcdir)/../%.cpp
ifdef STRICT_CPLUSPLUS_SUFFIX
echo "#line 1 \"$*.cpp\"" | cat - $*.cpp > t_$*.cc
$(ELOG) $(CCC) -o $@ -c $(COMPILE_CXXFLAGS) t_$*.cc