Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0daa8c3

Browse files
committed
A few misc fixes brought up by Andrew
1 parent11303a9 commit0daa8c3

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

‎src/interfaces/ecpg/include/Makefile‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ all clean::
66
@echo Nothing to be done.
77

88
install::
9-
install$(INSTLOPTS) ecpglib.h$(DESTDIR)$(HEADERDIR)
10-
install$(INSTLOPTS) ecpgtype.h$(DESTDIR)$(HEADERDIR)
11-
install$(INSTLOPTS) sqlca.h$(DESTDIR)$(HEADERDIR)
9+
$(INSTALL)$(INSTLOPTS) ecpglib.h$(DESTDIR)$(HEADERDIR)
10+
$(INSTALL)$(INSTLOPTS) ecpgtype.h$(DESTDIR)$(HEADERDIR)
11+
$(INSTALL)$(INSTLOPTS) sqlca.h$(DESTDIR)$(HEADERDIR)
1212

1313
uninstall::
1414
rm -f$(DESTDIR)$(HEADERDIR)/ecpglib.h

‎src/interfaces/ecpg/preproc/Makefile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ clean:
1414
rm -f*.o core a.out ecpg y.tab.h y.tab.c*~
1515

1616
install: all
17-
install -c -m 755 ecpg$(DESTDIR)$(BINDIR)
17+
$(INSTALL)$(INSTLOPTS) ecpg$(DESTDIR)$(BINDIR)
1818

1919
uninstall:
2020
rm -f$(DESTDIR)$(BINDIR)/ecpg

‎src/template/.similar‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ i486-pc-linux-gnuaout=linux
1313
i586-pc-linux-gnu=linux-elf
1414
i586-pc-sco3.2v=sco
1515
i686-pc-linux-gnu=linux-elf
16-
mips-sgi-irix=irix
16+
mips-sgi-irix=irix5
1717
powerpc-ibm-aix3.2.5=aix_325
1818
powerpc-ibm-aix4.1.4.0=aix_41
1919
powerpc-ibm-aix4.1.5.0=aix_41

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp