packages/libs/nmeap/patches/100-no_test.patch

22 lines
447 B
Diff
Raw Normal View History

--- nmeap-0.3/Makefile 2005-05-06 19:57:39.000000000 +0200
+++ nmeap-0.3.new/Makefile 2007-07-25 15:26:47.000000000 +0200
@@ -5,18 +5,15 @@
# directories
BASE :=$(shell pwd)
export SRC=$(BASE)/src
-export TST=$(BASE)/tst
export INC=$(BASE)/inc
export LIB=$(BASE)/lib
all :
cd $(SRC) && $(MAKE) all
- cd $(TST) && $(MAKE) all
clean :
cd $(SRC) && $(MAKE) clean
- cd $(TST) && $(MAKE) clean
doc :
doxygen