*** empty log message ***

This commit is contained in:
François Pinard
1994-11-16 02:40:20 +00:00
parent a0e673561a
commit 7a22e276df

View File

@@ -116,7 +116,7 @@ all: @PROGS@
# tar.info
.c.o:
$(CC) -c $(CFLAGS) $(CPPFLAGS) $(DEFS) -I$(srcdir) -I. $<
$(CC) -c $(CPPFLAGS) $(DEFS) -I. -I$(srcdir) $(CFLAGS) $<
tar: $(OBJS)
$(CC) $(LDFLAGS) -o $@ $(OBJS) $(LIBS)