Resend - PATCH - Cleanup cygwin shortcuts when doing make clean

Steven Edwards Steven_Ed4153 at yahoo.com
Wed May 14 11:08:45 CDT 2003


Changelog: Make "make clean" on cygwin remove .lnk files

Index: Make.rules.in
===================================================================
RCS file: /home/wine/wine/Make.rules.in,v
retrieving revision 1.157
diff -u -r1.157 Make.rules.in
--- Make.rules.in    6 May 2003 18:34:53 -0000    1.157
+++ Make.rules.in    14 May 2003 16:05:46 -0000
@@ -98,7 +98,7 @@
 prog_manext     = 1
 api_manext      = 3w
 conf_manext     = 5
-CLEAN_FILES     = *.o *.a *.so *.ln *.$(LIBEXT) \\\#*\\\# *~ *% .\\\#* 
*.bak *.orig *.rej \
+CLEAN_FILES     = *.o *.a *.so *.ln *.lnk *.$(LIBEXT) \\\#*\\\# *~ *% 
.\\\#* *.bak *.orig *.rej \
                   *.flc *.spec.c *.spec.def *.glue.c *.dbg.c y.tab.c 
y.tab.h @LEX_OUTPUT_ROOT at .c core
 
 OBJS = $(C_SRCS:.c=.o) $(EXTRA_OBJS)





More information about the wine-patches mailing list