Skip to content

Commit

Permalink
Remove Windows lrand48 sources from EXTRA_DIST.
Browse files Browse the repository at this point in the history
  • Loading branch information
eeide committed May 23, 2017
1 parent ef1f45a commit 4a07b8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
7 changes: 1 addition & 6 deletions runtime/Makefile.am
Expand Up @@ -94,13 +94,8 @@ safe_math_macros.h: safe_math_macros.m4
safe_math_macros_notmp.h: safe_math_macros_notmp.m4
$(M4) < $< > $@

# We distribute, but do not build, the Windows support files in EXTRA_DIST.
EXTRA_DIST = \
CMakeLists.txt \
windows/_rand48.c \
windows/lrand48.c \
windows/rand48.h \
windows/srand48.c
CMakeLists.txt

###############################################################################

Expand Down
8 changes: 1 addition & 7 deletions runtime/Makefile.in
Expand Up @@ -404,14 +404,8 @@ BUILT_SOURCES = \
CLEANFILES = \
$(BUILT_SOURCES)


# We distribute, but do not build, the Windows support files in EXTRA_DIST.
EXTRA_DIST = \
CMakeLists.txt \
windows/_rand48.c \
windows/lrand48.c \
windows/rand48.h \
windows/srand48.c
CMakeLists.txt

all: $(BUILT_SOURCES)
$(MAKE) $(AM_MAKEFLAGS) all-am
Expand Down

0 comments on commit 4a07b8f

Please sign in to comment.