diff options
| author | Teddy Wing | 2021-08-25 00:32:09 +0200 |
|---|---|---|
| committer | Teddy Wing | 2021-08-25 00:32:09 +0200 |
| commit | 353315bc5369a078f9ac70e5007db630c7fcb749 (patch) | |
| tree | 8de4086f16eb818abe9c7bf33006dced242fb9b3 /Makefile | |
| parent | ff00a3c613570c5460a420c5882da41ed2e09142 (diff) | |
| download | readline-incdec-353315bc5369a078f9ac70e5007db630c7fcb749.tar.bz2 | |
Rename `incdec` to `incdec.bash`
Add a ".bash" extension to the main include script make explicit the
intent for it to be used with Bash.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -17,10 +17,10 @@ .PHONY: all -all: incdec +all: incdec.bash -incdec: incdec.m4.bash incdec.pl +incdec.bash: incdec.m4.bash incdec.pl m4 --define="INCLUDE_INCDEC_PL=include(\`incdec.pl')dnl" $< > $@ incdec.pl: incdec.m4.pl incdec.pm |
