*** empty log message ***
This commit is contained in:
parent
32452a37a9
commit
aa6ab5ae2c
|
@ -175,7 +175,7 @@ include $(srcdir)/scsh/machine/Makefile.inc
|
||||||
#NetBSD make wants to see this instead: (or use GNU make on BSD. -bri)
|
#NetBSD make wants to see this instead: (or use GNU make on BSD. -bri)
|
||||||
#.include "$(srcdir)/scsh/machine/Makefile.inc"
|
#.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)
|
$(CC) $(LDFLAGS) $(LDFLAGS_AIX) -o $@ main.o $(OBJS) $(LIBS)
|
||||||
|
|
||||||
$(LIBCIG): main.o $(OBJS)
|
$(LIBCIG): main.o $(OBJS)
|
||||||
|
|
Loading…
Reference in New Issue