diff options
Diffstat (limited to 'grc/src/platforms')
-rw-r--r-- | grc/src/platforms/base/Makefile.am | 2 | ||||
-rw-r--r-- | grc/src/platforms/python/Makefile.am | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/grc/src/platforms/base/Makefile.am b/grc/src/platforms/base/Makefile.am index dca53b8b5..a40d8c5bb 100644 --- a/grc/src/platforms/base/Makefile.am +++ b/grc/src/platforms/base/Makefile.am @@ -42,6 +42,6 @@ Constants.py: Makefile $(srcdir)/Constants.py.in -e 's|@datadir[@]|$(grc_base_data_dir)|g' \ $(srcdir)/Constants.py.in > $@ -EXTRA_DIST = Constants.py.in +EXTRA_DIST = $(srcdir)/Constants.py.in MOSTLYCLEANFILES = $(BUILT_SOURCES) diff --git a/grc/src/platforms/python/Makefile.am b/grc/src/platforms/python/Makefile.am index e5845d0ec..13b5f77d8 100644 --- a/grc/src/platforms/python/Makefile.am +++ b/grc/src/platforms/python/Makefile.am @@ -46,6 +46,6 @@ Constants.py: Makefile $(srcdir)/Constants.py.in -e 's|@docdir[@]|$(gr_docdir)|g' \ $(srcdir)/Constants.py.in > $@ -EXTRA_DIST = Constants.py.in +EXTRA_DIST = $(srcdir)/Constants.py.in MOSTLYCLEANFILES = $(BUILT_SOURCES) |