1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Description: cdk.h back to subdir cdk. Where programs
will look for.
Author: Herbert Parentes Fortes Neto <hpfn@ig.com.br>
Last-Update: 2016-02-12
Index: libcdk5-5.0.20160131/Makefile.in
===================================================================
--- libcdk5-5.0.20160131.orig/Makefile.in
+++ libcdk5-5.0.20160131/Makefile.in
@@ -397,7 +397,7 @@ installCDKHeaderFiles :: \
@for i in $(CDKHDR); do \
$(HEADERS_SH) include/$$i; \
done
-@HDR_SUBDIR@ rm -f $(INCLUDE_DIR)/cdk.h && mv $(INCLUDE_SUBDIR)/cdk.h $(INCLUDE_DIR)/$(PACKAGE).h
+#@HDR_SUBDIR@ rm -f $(INCLUDE_DIR)/cdk.h && mv $(INCLUDE_SUBDIR)/cdk.h $(INCLUDE_DIR)/$(PACKAGE).h
uninstall \
uninstallCDKHeaderFiles ::
|