diff options
Diffstat (limited to 'com32/rosh/Makefile')
-rw-r--r-- | com32/rosh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/com32/rosh/Makefile b/com32/rosh/Makefile index f3283952..a894c847 100644 --- a/com32/rosh/Makefile +++ b/com32/rosh/Makefile @@ -16,6 +16,8 @@ ## ROSH Read Only Shell ## +LIBS = $(com32)/libutil/libutil_com.c32 $(com32)/lib/libcom32.c32 + topdir = ../.. MAKEDIR = $(topdir)/mk include $(MAKEDIR)/rosh.mk @@ -34,8 +36,6 @@ endif CFLAGS += -DDATE='"$(DATE)"' LNXCFLAGS += -DDATE='"$(DATE)"' -LDFLAGS_rosh.o = $(com32)/libutil/libutil_com.c32 $(com32)/lib/libcom32.c32 - rosh.o: rosh.h rosh.lo: rosh.h |