Skip to content

Commit

Permalink
make rule cleanup for target __installMe
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert McLay committed Mar 18, 2024
1 parent 1cf14d4 commit f04732c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -257,11 +257,11 @@ $(DIRLIST) :
install -m $(MODE_X) -d $@
__installMe:
-for i in $(FILELIST); do \
bareN=$${i##*/}; \
fn=$${bareN%%.in*}; \
ext=$${bareN#*.}; \
: echo "DIRLOC/fn: $(DIRLOC)/$$fn"; \
-for i in $(FILELIST); do \
bareN=$${i##*/}; \
fn=$${bareN%%.in*}; \
ext=$${bareN#*.}; \
: echo "DIRLOC/fn: $(DIRLOC)/$$fn"; \
$(SED) -e 's|@PREFIX@|$(prefix)|g' \
-e 's|@LMOD_TOP_DIR@|$(MY_PACKAGE)|g' \
-e 's|@path_to_lua@|$(PATH_TO_LUA)|g' \
Expand Down

0 comments on commit f04732c

Please sign in to comment.