Skip to content

Commit

Permalink
Fix typo in Makefile.gappkg
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Jan 22, 2024
1 parent b37f73e commit 61f8122
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion etc/Makefile.gappkg
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ ifndef GAP_KERNEL_MAJOR_VERSION
KEXT_CXXFLAGS += -I$(GAP_LIB_DIR)/src
endif

# honor used supplied flags
# honor user supplied flags
KEXT_CFLAGS += $(CPPFLAGS)
KEXT_CFLAGS += $(CFLAGS)
KEXT_CXXFLAGS += $(CPPFLAGS)
Expand Down
2 changes: 1 addition & 1 deletion etc/Makefile.gappkg.simple
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ ifndef GAP_KERNEL_MAJOR_VERSION
KEXT_CXXFLAGS += -I$(GAP_LIB_DIR)/src
endif

# honor used supplied flags
# honor user supplied flags
ALL_CFLAGS := $(KEXT_CFLAGS) $(KEXT_CXXFLAGS) $(CPPFLAGS) $(CFLAGS) $(CXXFLAGS)
ALL_LDFLAGS := $(KEXT_LDFLAGS) $(LDFLAGS)

Expand Down

0 comments on commit 61f8122

Please sign in to comment.