From 7513d29a48cfc7a899688912530a89620b75c93d Mon Sep 17 00:00:00 2001 From: Gunter Knauf Date: Wed, 27 Feb 2008 01:36:01 +0000 Subject: another small change to the makefiles to simplify rules. --- lib/Makefile.netware | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'lib') diff --git a/lib/Makefile.netware b/lib/Makefile.netware index 94d8fc91b..1a4610d85 100644 --- a/lib/Makefile.netware +++ b/lib/Makefile.netware @@ -80,6 +80,7 @@ PERL = perl AWK = awk YACC = bison -y CP = cp -afv +MKDIR = mkdir # RM = rm -f # if you want to mark the target as MTSAFE you will need a tool for # generating the xdc data for the linker; here's a minimal tool: @@ -258,11 +259,8 @@ distclean: clean -$(RM) $(TARGET).$(LIBEXT) $(TARGET).nlm -$(RM) certdata.txt ca-bundle.crt -$(INSTDIR): - @mkdir $@ - -$(OBJDIR): - @mkdir $@ +$(OBJDIR) $(INSTDIR): + @$(MKDIR) $@ $(TARGET).$(LIBEXT): $(OBJS) @echo Creating $@ -- cgit v1.2.3