Skip to content

Commit

Permalink
Makefile.am: avoid warning: EXTRA_DIST multiply defined
Browse files Browse the repository at this point in the history
automake complained about duplicate definitions of EXTRA_DIST:

autoreconf: running: automake --add-missing --copy --no-force
Makefile.am:19: warning: EXTRA_DIST multiply defined in condition TRUE ...
Makefile.am:3: ... 'EXTRA_DIST' previously defined here
autoreconf: Leaving directory '.'

Signed-off-by: Chris Hofstaedtler <[email protected]>
  • Loading branch information
zeha authored and hallyn committed Jul 18, 2024
1 parent 11e9627 commit dfbc0db
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile.am
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
## Process this file with automake to produce Makefile.in

EXTRA_DIST = NEWS README

SUBDIRS = lib

if ENABLE_SUBIDS
Expand All @@ -16,7 +14,7 @@ endif

CLEANFILES = man/8.out man/po/remove-potcdate.* man/*/login.defs.d man/*/*.mo

EXTRA_DIST = tests/
EXTRA_DIST = NEWS README tests/

dist-hook:
chmod -R u+w $(distdir)/tests
Expand Down

0 comments on commit dfbc0db

Please sign in to comment.