a722c752b2
Remove incorrect library dependency in port's Makefile.
11 lines
294 B
Text
11 lines
294 B
Text
--- Makefile.in.orig Sun Feb 1 17:22:05 2004
|
|
+++ Makefile.in Sun Feb 1 17:22:12 2004
|
|
@@ -6,7 +6,7 @@
|
|
OBJS = main.o ui.o
|
|
BIN = rqm
|
|
|
|
-$(BIN): $(OBJS) ../common/libcommon.a
|
|
+$(BIN): $(OBJS)
|
|
$(CC) $(CFLAGS) $(OBJS) __LDLIBS__ __PROFILE__ __OPTIMIZE__ __CHECK_LIB__ -o $(BIN)
|
|
|
|
.c.o:
|