src: compile fixes after libiptc dependency throwout

This commit is contained in:
Jan Engelhardt
2008-07-30 09:19:07 -04:00
parent f43ac442e1
commit 419006eff9
4 changed files with 6 additions and 1 deletions

View File

@@ -60,7 +60,9 @@ targets_install := ${obj-m}
.PHONY: all install clean distclean FORCE
all: modules ${targets} matches.man targets.man
all: modules user matches.man targets.man
user: ${targets}
install: modules_install ${targets_install}
@mkdir -p "${DESTDIR}${xtlibdir}";