summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 0cca84336..4423f4995 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ include ./MCONFIG
SUBDIRS=po \
lib \
- getopt-1.1.0a \
+ getopt-1.1.2 \
disk-utils \
games \
login-utils \
@@ -44,7 +44,7 @@ install:
clean:
-rm -f *.o *~ omake conftest conftest.c core
- @for subdir in $(SUBDIRS); do \
+ @for subdir in $(SUBDIRS) partx; do \
(cd $$subdir && $(MAKE) $@) || exit 1; \
done