diff options
author | Othmar Gsenger <otti@anytun.org> | 2008-10-19 20:26:48 +0000 |
---|---|---|
committer | Othmar Gsenger <otti@anytun.org> | 2008-10-19 20:26:48 +0000 |
commit | 1fc268fa155ea348f761502a21d3267754e74df9 (patch) | |
tree | c6d5048ca984f3884542d611bb76a388d2db0c4f /src/Makefile | |
parent | now with files (diff) |
fixed makefile
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/Makefile b/src/Makefile index 41f49e0..423063b 100644 --- a/src/Makefile +++ b/src/Makefile @@ -134,9 +134,6 @@ anytun-controld: $(ANYCTROBJS) anytun-controld.o tunDevice.o: tunDevice.cpp tunDevice.h $(C++) $(CCFLAGS) $< -c -Sockets/libSockets.a: - $(MAKE) --directory=./Sockets - packetSource.o: packetSource.cpp packetSource.h $(C++) $(CCFLAGS) $< -c @@ -280,8 +277,6 @@ distclean: cleanall cleanall: clean $(MAKE) --directory=$(CURDIR)/man clean - $(MAKE) --directory=$(CURDIR)/Sockets clean - rm -f Sockets/libSockets.a Sockets/Sockets-config clean: rm -f *.o |