diff options
author | Christian Grothoff <christian@grothoff.org> | 2018-06-16 11:38:57 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2018-06-16 11:38:57 +0200 |
commit | 6ab52dcfa8065adfecd2baefb3716b7ba8230d9c (patch) | |
tree | 4b9fbd4962cc567631178553487720ceea94e588 /contrib | |
parent | 669af62e83e8c84e22766f77fa0df23a58dbcf64 (diff) |
fix double-defined SUFFIXES
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/Makefile.am b/contrib/Makefile.am index 1e348233d..158e43998 100644 --- a/contrib/Makefile.am +++ b/contrib/Makefile.am @@ -87,8 +87,6 @@ do_subst = $(SED) -e 's,[@]PYTHON[@],$(PYTHON),g' # chmod +x $@ # # instead of this: - -SUFFIXES = SUFFIXES = .py.in .py .py.in.py: |