1 | --- lib/Makefile.in.orig 2006-05-03 08:57:30.000000000 +0100 |
---|
2 | +++ lib/Makefile.in 2006-08-17 16:58:03.000000000 +0100 |
---|
3 | @@ -378,11 +378,9 @@ |
---|
4 | |
---|
5 | .h.m5:; $(INFORM) $(INFFLAGS) -M $< $@ |
---|
6 | |
---|
7 | -@CYGWIN_TRUE@install-data-hook: add-localdir |
---|
8 | -@CYGWIN_TRUE@uninstall-local: remove-localdir |
---|
9 | -@CYGWIN_FALSE@all-local: add-local-names |
---|
10 | -@CYGWIN_FALSE@install-data-hook: add-localdir add-names |
---|
11 | -@CYGWIN_FALSE@uninstall-local: remove-localdir remove-names |
---|
12 | +# Force cygwin targets to avoid sym linking in Mac OS X |
---|
13 | +install-data-hook: add-localdir |
---|
14 | +uninstall-local: remove-localdir |
---|
15 | |
---|
16 | add-localdir: |
---|
17 | $(mkinstalldirs) $(DESTDIR)$(localmoddir) |
---|