martin 99/04/23 04:38:14
Modified: apr/test Makefile Log: Remove spurious trailing backslash which confuses some make's Revision Changes Path 1.4 +1 -1 apache-apr/apr/test/Makefile Index: Makefile =================================================================== RCS file: /export/home/cvs/apache-apr/apr/test/Makefile,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- Makefile 1999/04/21 13:56:07 1.3 +++ Makefile 1999/04/23 11:38:13 1.4 @@ -45,7 +45,7 @@ INCLUDES=$(INCLUDES1) $(INCLUDES0) $(EXTRA_INCLUDES) LDFLAGS=$(LDFLAGS1) $(EXTRA_LDFLAGS) -OBJS= testfile.o ab_apr.o\ +OBJS= testfile.o ab_apr.o .c.o: $(CC) -c $(INCLUDES) $(CFLAGS) $(LIBS) $<