*** empty log message ***

This commit is contained in:
bdc 1995-11-01 23:54:14 +00:00
parent 32452a37a9
commit aa6ab5ae2c
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ include $(srcdir)/scsh/machine/Makefile.inc
#NetBSD make wants to see this instead: (or use GNU make on BSD. -bri)
#.include "$(srcdir)/scsh/machine/Makefile.inc"
$(VM): main.o $(OBJS) $(LIBS) $(AIX_P)
$(VM): main.o $(OBJS) $(AIX_P)
$(CC) $(LDFLAGS) $(LDFLAGS_AIX) -o $@ main.o $(OBJS) $(LIBS)
$(LIBCIG): main.o $(OBJS)