[zaptel-commits] kpfleming: trunk r1366 - /trunk/Makefile
zaptel-commits at lists.digium.com
zaptel-commits at lists.digium.com
Sun Aug 27 07:03:28 MST 2006
Author: kpfleming
Date: Sun Aug 27 09:03:27 2006
New Revision: 1366
URL: http://svn.digium.com/view/zaptel?rev=1366&view=rev
Log:
remove some leftover stuff from last night's merge
Modified:
trunk/Makefile
Modified: trunk/Makefile
URL: http://svn.digium.com/view/zaptel/trunk/Makefile?rev=1366&r1=1365&r2=1366&view=diff
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Sun Aug 27 09:03:27 2006
@@ -192,9 +192,9 @@
modules: $(BUILDVER)
-linux24: prereq vpm450m_fw.h $(MODULESO) wct4xxp/wct4xxp.o
-
-linux26: prereq vpm450m_fw.h
+linux24: prereq $(MODULESO) wct4xxp/wct4xxp.o
+
+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) $(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)
More information about the zaptel-commits
mailing list