aboutsummaryrefslogtreecommitdiff
path: root/Makefile.dsg
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.dsg')
-rw-r--r--Makefile.dsg4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.dsg b/Makefile.dsg
index b921b5dec9be..4c11be0e6464 100644
--- a/Makefile.dsg
+++ b/Makefile.dsg
@@ -73,10 +73,6 @@ installcheck:
TAGS:
etags *.c *.h
-newfuncs:
- command.com /c if exist funcs.h del funcs.h
- ${AWK} -f mkfuncs.awk ${OBJ:.${O}=.c} > funcs.h
-
clean:
command.com /c for %f in (*.${O} less lesskey lessecho *.exe) do if exist %f del %f