summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorcitats <citats@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2004-03-19 09:53:15 +0000
committercitats <citats@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2004-03-19 09:53:15 +0000
commit366331323d2085d7487917f50dd1c5baf78551e3 (patch)
tree0860201168e8a288eca7a721664e44e0cbe75b81 /Makefile
parent3d40c3796d40024703685ec69d3abbaccbf9c88c (diff)
Oops accidental @ slipped into commit, harmless
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@330 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5a7062d..86e59ad 100755
--- a/Makefile
+++ b/Makefile
@@ -64,7 +64,7 @@ linux24: $(MODULESO) $(BINS)
linux26:
linux26: prereq $(BINS)
@if ! [ -d /usr/src/linux-2.6 ]; then echo "Link /usr/src/linux-2.6 to your kernel sources first!"; exit 1 ; fi
- @make -C /usr/src/linux-2.6 SUBDIRS=$(PWD) modules
+ make -C /usr/src/linux-2.6 SUBDIRS=$(PWD) modules
obj-m := $(MODULESO)