diff options
| author | Ade Lovett <ade@FreeBSD.org> | 2001-06-19 08:10:56 +0000 |
|---|---|---|
| committer | Ade Lovett <ade@FreeBSD.org> | 2001-06-19 08:10:56 +0000 |
| commit | fbeacc4f75e689053e4f4ed132af3b00ab81e5da (patch) | |
| tree | f68734b8714efbc0996e55b1e0c53e4358cdb506 /databases/libgda3/files/patch-bindings::perl::Makefile.in | |
| parent | Update to 0.96pre7 (diff) | |
Update to 0.2.10
Diffstat (limited to 'databases/libgda3/files/patch-bindings::perl::Makefile.in')
| -rw-r--r-- | databases/libgda3/files/patch-bindings::perl::Makefile.in | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/databases/libgda3/files/patch-bindings::perl::Makefile.in b/databases/libgda3/files/patch-bindings::perl::Makefile.in new file mode 100644 index 000000000000..0822ed6c061c --- /dev/null +++ b/databases/libgda3/files/patch-bindings::perl::Makefile.in @@ -0,0 +1,16 @@ +--- bindings/perl/Makefile.in.orig Tue Jun 19 02:01:09 2001 ++++ bindings/perl/Makefile.in Tue Jun 19 02:05:09 2001 +@@ -254,4 +254,4 @@ + all: +- cd Gnome/GDA/Common && perl Makefile.PL && make +- cd Gnome/GDA/Client && perl Makefile.PL && make ++ cd Gnome/GDA/Common && perl Makefile.PL && ${MAKE} ++ cd Gnome/GDA/Client && perl Makefile.PL && ${MAKE} + +@@ -259,4 +259,4 @@ + install-data-local: +- cd Gnome/GDA/Common && make install +- cd Gnome/GDA/Client && make install ++ cd Gnome/GDA/Common && ${MAKE} install ++ cd Gnome/GDA/Client && ${MAKE} install + |
