1
0
mirror of https://github.com/deadw00d/AROS.git synced 2025-12-08 14:34:41 +00:00

functable.c is now generated in $(OBJDIR)

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@9023 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
This commit is contained in:
hkiel
2000-10-15 21:24:28 +00:00
parent 0ee98e88fc
commit f2c35de0cf
92 changed files with 114 additions and 239 deletions

View File

@ -1,5 +1,3 @@
*_endtag.c
functable.c
libdefs.h
mmakefile

View File

@ -42,7 +42,6 @@ setup :
#MM
clean ::
$(RM) $(OBJDIR) *.err libdefs.h functable.c functions.* mmakefile \
$(END_FILE).c $(LIB) $(SLIB)
$(RM) $(OBJDIR) *.err libdefs.h mmakefile $(END_FILE).c $(LIB) $(SLIB)
%common