Module Name:    src
Committed By:   mrg
Date:           Sun Jun 16 16:17:23 UTC 2024

Modified Files:
        src/external/mit/isl/dist: Makefile.in

Log Message:
add a NetBSD_disabled fake rule for Makefile.in.

should fix the build issue Lloyd saw, even if Makefile.am remains newer.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/mit/isl/dist/Makefile.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/mit/isl/dist/Makefile.in
diff -u src/external/mit/isl/dist/Makefile.in:1.2 src/external/mit/isl/dist/Makefile.in:1.3
--- src/external/mit/isl/dist/Makefile.in:1.2	Thu Feb 22 02:10:30 2024
+++ src/external/mit/isl/dist/Makefile.in	Sun Jun 16 16:17:23 2024
@@ -1626,6 +1626,8 @@ all: $(BUILT_SOURCES) isl_config.h
 am--refresh: Makefile
 	@:
 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
+	@echo "NOT REBUILDING $@"
+NetBSD_DISABLED_Makefile.in:
 	@for dep in $?; do \
 	  case '$(am__configure_deps)' in \
 	    *$$dep*) \

Reply via email to