From 4e7ce712edeaae1ec20282f4e97d8c789da0ffc4 Mon Sep 17 00:00:00 2001 From: kpfleming Date: Sun, 27 Aug 2006 14:03:27 +0000 Subject: remove some leftover stuff from last night's merge git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1366 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f9b774f..8f166a0 100644 --- a/Makefile +++ b/Makefile @@ -192,9 +192,9 @@ programs: $(BINS) modules: $(BUILDVER) -linux24: prereq vpm450m_fw.h $(MODULESO) wct4xxp/wct4xxp.o +linux24: prereq $(MODULESO) wct4xxp/wct4xxp.o -linux26: prereq vpm450m_fw.h +linux26: prereq @if [ -z "$(KSRC)" -o ! -d "$(KSRC)" ]; then echo "You do not appear to have the sources for the $(KVERS) kernel installed."; exit 1 ; fi $(MAKE) -C $(KSRC) SUBDIRS=$(PWD) modules @@ -476,7 +476,7 @@ install-programs: $(BINS) install-libs install-include $(INSTALL) $(BINS) $(BIN_DIR) install-modules: install-$(BUILDVER) -install-linux24: vpm450m_fw.h.o$(MODULES_BUILD) +install-linux24: $(MODULES_BUILD) $(INSTALL) -d $(MOD_DIR) $(INSTALL) -m 644 $(MODULES_BUILD) $(MOD_DIR) -- cgit v1.2.3