File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- noinst_PROGRAMS = make_hash
1
+ noinst_PROGRAMS = make_hash$( EXEEXT )
2
2
noinst_HEADERS = encodings.h
3
3
noinst_SCRIPTS = expand_table.pl
4
4
@@ -30,8 +30,8 @@ all: encodings.h
30
30
encodings.sed : $(top_builddir ) /iconvenc.h
31
31
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
32
32
33
- encodings.h : encodings.sed $(srcdir ) /encodings.dat make_hash
34
- sed -f encodings.sed $(srcdir ) /encodings.dat | ./make_hash > encodings.h
33
+ encodings.h : encodings.sed $(srcdir ) /encodings.dat make_hash$( EXEEXT )
34
+ sed -f encodings.sed $(srcdir ) /encodings.dat | ./make_hash$( EXEEXT ) > encodings.h
35
35
36
36
# Normally there's no need to regenerate tables, they are copy-and-pasted
37
37
# into the C source manually, but the rules are here. Run `make tables'
You can’t perform that action at this time.
0 commit comments