Removed the clean target from the src directory

This was overriding the automake clean target to clean up
files like *.o by default.
This commit is contained in:
Mukund Sivaraman 2008-03-12 15:46:07 -07:00
parent 772c2849e8
commit ed253766ea

View File

@ -47,6 +47,3 @@ EXTRA_tinyproxy_SOURCES = grammar.h
scanner.c: scanner.l grammar.h scanner.c: scanner.l grammar.h
$(LEX) $(AM_LFLAGS) $(LFLAGS) -i $< && mv $(LEX_OUTPUT_ROOT).c $@ $(LEX) $(AM_LFLAGS) $(LFLAGS) -i $< && mv $(LEX_OUTPUT_ROOT).c $@
clean:
rm -f *.da
rm -f gmon.out