summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-08-28 18:16:51 +0000
committermattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-08-28 18:16:51 +0000
commit9921db761b01a356fef6fa5c55d7ab3bf845976e (patch)
treee699c8efce4d2dd52fd189627eeaf871bef9d3eb /Makefile
parent9ce6944a6e30f178245337f5600c43ea526efd0c (diff)
Make sure the target name is not the same as the directory name. Thanks Josh :-)
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2971 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d7aa115..9649aeb 100644
--- a/Makefile
+++ b/Makefile
@@ -437,7 +437,7 @@ $(UTILS): %: %.o
$(UTILSO): %.o: %.c
$(CC) $(CFLAGS) -o $@ -c $<
-install: all devices install-modules install-programs firmware
+install: all devices install-modules install-programs install-firmware
@echo "###################################################"
@echo "###"
@echo "### Zaptel installed successfully."
@@ -465,7 +465,7 @@ install-modconf:
/sbin/update-modules ; \
fi
-firmware:
+install-firmware:
ifeq ($(HOTPLUG_FIRMWARE),yes)
$(MAKE) -C firmware hotplug-install
endif