diff options
Diffstat (limited to 'src/config/mac-post.in')
-rw-r--r-- | src/config/mac-post.in | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/config/mac-post.in b/src/config/mac-post.in deleted file mode 100644 index f06af3c22..000000000 --- a/src/config/mac-post.in +++ /dev/null @@ -1,16 +0,0 @@ -# config/post.in -# put all:: first just in case no other rules occur here -# -all:: - -check:: - -clean:: clean-$(WHAT) - $(RM) config.log pre.out post.out Makefile.out - -clean-unix:: - if test -n "$(OBJS)" ; then $(RM) $(OBJS); else :; fi - -clean-windows:: - $(RM) *.$(OBJEXT) - $(RM) msvc.pdb *.err |