aboutsummaryrefslogtreecommitdiff
path: root/src/config/win-pre.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/config/win-pre.in')
-rw-r--r--src/config/win-pre.in20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/config/win-pre.in b/src/config/win-pre.in
index 6084f65..bb4cc3d 100644
--- a/src/config/win-pre.in
+++ b/src/config/win-pre.in
@@ -1,18 +1,18 @@
WHAT=windows
-all:: setup-msg outpre-dir
+all: setup-msg outpre-dir
-all:: all-$(WHAT)
-clean:: clean-$(WHAT)
-install:: install-$(WHAT)
-check:: check-$(WHAT)
+all: all-$(WHAT)
+clean: clean-$(WHAT)
+install: install-$(WHAT)
+check: check-$(WHAT)
-all-windows::
+all-windows:
clean-windows::
-install-windows::
-check-windows::
+install-windows:
+check-windows:
-all-windows:: Makefile
+all-windows: Makefile
clean-windows:: Makefile
#
@@ -65,7 +65,7 @@ $(OUTPRE3)$(DIRNUL):
@if exist $(OUTPRE2)$(DIRNUL) if not exist $(OUTPRE3)$(DIRNUL) echo The directory $(OUTPRE3) could not be created.
-clean-windows-dir::
+clean-windows-dir:
-@if exist $(OUTPRE3)$(DIRNUL) rmdir $(OUTPRE3)
-@if exist $(OUTPRE2)$(DIRNUL) rmdir $(OUTPRE2)
-@if exist $(OUTPRE1)$(DIRNUL) rmdir $(OUTPRE1)