summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile5
-rw-r--r--xpp/Makefile2
2 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d9c4b07..052e5f9 100644
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,7 @@ ifeq ($(strip $(foreach var,clean distclean dist-clean update,$(findstring $(var
endif
SUBDIRS_UTILS_ALL:= ppp
-SUBDIRS_UTILS :=
+SUBDIRS_UTILS := xpp
OPTFLAGS=-O2
CFLAGS+=-I. $(OPTFLAGS) -g -fPIC -Wall -DBUILDING_TONEZONE #-DTONEZONE_DRIVER
@@ -299,6 +299,9 @@ clean:
@for dir in $(SUBDIRS_UTILS_ALL); do \
$(MAKE) -C $$dir clean; \
done
+ @for dir in $(SUBDIRS_UTILS); do \
+ $(MAKE) -C $$dir clean; \
+ done
rm -f libtonezone*
rm -f fxotune
rm -f core
diff --git a/xpp/Makefile b/xpp/Makefile
index 81a14c0..ce02663 100644
--- a/xpp/Makefile
+++ b/xpp/Makefile
@@ -13,7 +13,7 @@ INSTALL_DATA = install -m 644
DAHDI_TOOLSDIR ?= ..
DAHDI_KERNELDIR =
-include $(DAHDI_TOOLSDIR)/makeopts
+-include $(DAHDI_TOOLSDIR)/makeopts
INSTALL_DATA = $(INSTALL) -m 644