Skip to content

Commit

Permalink
build: Makefile style changes to prevent merge conflicts
Browse files Browse the repository at this point in the history
Signed-off-by: Kang-Che Sung <[email protected]>
  • Loading branch information
Explorer09 authored and westes committed Apr 1, 2024
1 parent 3726c1a commit 2897963
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,9 @@ endif
flex_SOURCES = \
$(COMMON_SOURCES)

nodist_flex_SOURCES = \
stage1scan.c
nodist_flex_SOURCES =

nodist_flex_SOURCES += stage1scan.c

flex_CFLAGS = $(AM_CFLAGS) $(WARNINGFLAGS)

Expand Down Expand Up @@ -95,7 +96,8 @@ EXTRA_DIST = \
gettext.h \
chkskel.sh

MOSTLYCLEANFILES = stage1scan.c
MOSTLYCLEANFILES = \
stage1scan.c

CLEANFILES = stage1flex$(EXEEXT)

Expand Down

0 comments on commit 2897963

Please sign in to comment.