Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
GIMP
Commits
7df1524f
Commit
7df1524f
authored
May 29, 1999
by
Manish Singh
Browse files
$srcdir != $builddir fix
-Yosh
parent
f2622e54
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
7df1524f
Sat May 29 13:43:14 PDT 1999 Manish Singh <yosh@gimp.org>
* tools/pdbgen/Makefile.am: $srcdir != $builddir fix
Sat May 29 09:28:40 PDT 1999 Manish Singh <yosh@gimp.org>
* configure.in
...
...
tools/pdbgen/Makefile.am
View file @
7df1524f
...
...
@@ -81,7 +81,7 @@ pdb_scripts = \
$(srcdir)/enums.pl
:
stamp-enums
@
:
stamp-enums
:
$(srcdir)/enumgen.pl $(enum_headers) Makefile.am
(
srcdir
=
$(srcdir)
&&
$(PERL)
enumgen.pl
$(enum_headers)
)
\
(
srcdir
=
$(srcdir)
&&
$(PERL)
$(srcdir)
/
enumgen.pl
$(enum_headers)
)
\
&&
echo
timestamp
>
stamp-enums
$(srcdir)/groups.pl
:
stamp-groups
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment