Skip to content

Commit

Permalink
wmake/makefiles/files: Updated comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry Weller committed Dec 11, 2020
1 parent a09465f commit 1156a55
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions wmake/makefiles/files
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ include $(GENERAL_RULES)/general


#------------------------------------------------------------------------------
# Declare names of make system control files derived from file 'files'
# Declare names of make system control files
#------------------------------------------------------------------------------

OBJECTS_DIR = $(MAKE_DIR)/$(WM_OPTIONS)
Expand All @@ -47,12 +47,9 @@ include $(OPTIONS)


#------------------------------------------------------------------------------
# Declare dependency of all make system files on FILES
# Causes all derived files to be remade if any are changed or missing
# Scan Make/files for source file names and create the SOURCE entry
#------------------------------------------------------------------------------

all : $(FILES)

# Create a sed pattern from the source file suffix list
SUFFIX_SED = \
$(foreach s,$(SUFFIXES),'-e s/\(^ *\)\([^ ]*\$(s)$$\)/\1SOURCE += \2/')
Expand Down

0 comments on commit 1156a55

Please sign in to comment.