We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 720dfd2 commit aab62b3Copy full SHA for aab62b3
tools/Makefile.in
@@ -672,8 +672,8 @@ all: encodings.h
672
encodings.sed: $(top_builddir)/iconvenc.h
673
sed -e 's/^#define \([A-Z0-9_]*\) \(.*\)/@\1@ \2/' -e 's/"//g' -e 's/NULL$$//' -e 's/ /\//' -e 's/^\(.*\)$$/s\/\1\//' $(top_builddir)/iconvenc.h >encodings.sed
674
675
-encodings.h: encodings.sed $(srcdir)/encodings.dat make_hash
676
- sed -f encodings.sed $(srcdir)/encodings.dat | ./make_hash >encodings.h
+encodings.h: encodings.sed $(srcdir)/encodings.dat make_hash$(EXEEXT)
+ sed -f encodings.sed $(srcdir)/encodings.dat | ./make_hash$(EXEEXT) >encodings.h
677
678
@MAINTAINER_MODE_TRUE@tables: $(TABLES) $(TABLES_INCR)
679
0 commit comments