- remove obsolete line

git-svn-id: http://svn.lfbs.rwth-aachen.de/svn/scc/trunk/MetalSVM@87 315a16e6-25f9-4109-90ae-ca3045a26c18
This commit is contained in:
stefan 2010-08-13 09:12:29 +00:00
parent 20158f05b2
commit ffaffd305d

View file

@ -1,7 +1,6 @@
C_source = main.c tasks.c processor.c tests.c
OBJS += $(patsubst %.c, %.o, $(filter %.c, $(C_source)))
ALLOBJS += $(patsubst %.c, %.o, $(filter %.c, $(C_source)))
# other implicit rules
%.o : %.c