summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-08-27 14:03:27 +0000
committerkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-08-27 14:03:27 +0000
commit4e7ce712edeaae1ec20282f4e97d8c789da0ffc4 (patch)
tree87ca5146dcd10cc7239ececdcafd4addd9ffd7d7 /Makefile
parentcff56510910e47fc43f1ba4a756eb8419aa80774 (diff)
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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
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)