]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - mkfiles.pl
Note legacy status of putty.iss.
[PuTTY.git] / mkfiles.pl
index 4a2b3b4dcca8182a8091e884310541315349f871..1570f2564b1af2ce225849dcc5bf206566a43368 100755 (executable)
@@ -1517,7 +1517,8 @@ if (defined $makefiles{'am'}) {
     # auto-generated parts of this makefile, but Recipe might like to
     # have it available as a variable so that mandatory-rebuild things
     # (version.o) can conveniently be made to depend on it.
-    @sources = ("allsources", "=", sort keys %allsourcefiles);
+    @sources = ("allsources", "=",
+                sort grep {$_ ne "empty.h"} keys %allsourcefiles);
     print &splitline(join " ", @sources), "\n\n";
 
     @cliprogs = ("bin_PROGRAMS", "=");