|
@@ -95,7 +95,6 @@ $(patsubst %, _dir_%, $(DIRS)) : dummy
|
|
$(patsubst %, _dirclean_%, $(DIRS) test) : dummy
|
|
$(patsubst %, _dirclean_%, $(DIRS) test) : dummy
|
|
$(MAKE) -C $(patsubst _dirclean_%, %, $@) clean
|
|
$(MAKE) -C $(patsubst _dirclean_%, %, $@) clean
|
|
|
|
|
|
-
|
|
|
|
install:
|
|
install:
|
|
@if [ `id -u` -ne 0 ]; then \
|
|
@if [ `id -u` -ne 0 ]; then \
|
|
echo "Aborting install -- You must be root."; \
|
|
echo "Aborting install -- You must be root."; \
|