Replaced .o with $(OBJ).

This commit is contained in:
Janet B. Anderson
2006-12-07 15:50:16 +00:00
parent f16d241662
commit 99e9d60725

View File

@@ -42,7 +42,7 @@ endif
include $(TOP)/configure/RULES
# Extra rule since asLib_lex.c is included by asLib.c
asLib.o: asLib_lex.c
asLib$(OBJ): asLib_lex.c
clean::
@$(RM) asLib.c asLib_lex.c