summaryrefslogtreecommitdiffstats
path: root/fdisk/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'fdisk/Makefile')
-rw-r--r--fdisk/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/fdisk/Makefile b/fdisk/Makefile
index 6dfaa3e8e..c883b5f0d 100644
--- a/fdisk/Makefile
+++ b/fdisk/Makefile
@@ -28,7 +28,7 @@ endif
all: $(SBIN) $(NOTMADE)
-cfdisk.o: cfdisk.c
+cfdisk.o: cfdisk.c ../MCONFIG
ifeq "$(HAVE_SLANG)" "yes"
$(CC) -c $(CFLAGS) -DSLCURSES=1 $< -o $@
else