1 | --- include/Makefile.in.orig 2006-05-03 08:57:31.000000000 +0100 |
---|
2 | +++ include/Makefile.in 2006-08-17 16:58:13.000000000 +0100 |
---|
3 | @@ -381,10 +381,9 @@ |
---|
4 | uninstall-includeHEADERS uninstall-info-am uninstall-local |
---|
5 | |
---|
6 | |
---|
7 | -@CYGWIN_TRUE@install-data-hook: add-localdir |
---|
8 | -@CYGWIN_TRUE@uninstall-local: remove-localdir |
---|
9 | -@CYGWIN_FALSE@install-data-hook: add-localdir add-names |
---|
10 | -@CYGWIN_FALSE@uninstall-local: remove-localdir remove-names |
---|
11 | +# Force cygwin targets to avoid sym linking in Mac OS X |
---|
12 | +install-data-hook: add-localdir |
---|
13 | +uninstall-local: remove-localdir |
---|
14 | |
---|
15 | add-localdir: |
---|
16 | $(mkinstalldirs) $(DESTDIR)$(localincdir) |
---|