From 94a2d8b477921737b783c75ccc9191ed7afdf5ef Mon Sep 17 00:00:00 2001 From: laforge Date: Sat, 23 Aug 2003 13:27:29 +0000 Subject: crosscompile-ready makefiles/configure scripts for ulogd (Dan Eble) --- ulogd/libipulog/Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ulogd/libipulog') diff --git a/ulogd/libipulog/Makefile.in b/ulogd/libipulog/Makefile.in index f5e416e..52a3394 100644 --- a/ulogd/libipulog/Makefile.in +++ b/ulogd/libipulog/Makefile.in @@ -4,7 +4,7 @@ include @top_srcdir@/Rules.make CFLAGS+=-Iinclude -I/usr/src/linux/include libipulog.a: libipulog.o - ld -i $< -o $@ + $(LD) -i $< -o $@ distrib: @@ -15,9 +15,9 @@ libipulog.o: libipulog.c $(CC) $(CFLAGS) -c $< -o $@ clean: - rm -f ulog_test libipulog.o libipulog.a + $(RM) ulog_test libipulog.o libipulog.a distclean: clean - rm Makefile + $(RM) Makefile install: libipulog.a -- cgit v1.2.3