Skip to content

Commit

Permalink
[Fix] build: Makefile: Fix typo causing libopenmpt-test to not get re…
Browse files Browse the repository at this point in the history
…built when needed.

git-svn-id: https://source.openmpt.org/svn/openmpt/trunk/OpenMPT@21582 56274372-70c3-4bfc-bfc3-4c3a0b034d27
  • Loading branch information
manxorist committed Sep 10, 2024
1 parent c4d511c commit d34765c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1407,7 +1407,7 @@ LIBOPENMPTTEST_CXX_SOURCES += \
LIBOPENMPTTEST_C_SOURCES += \

LIBOPENMPTTEST_OBJECTS += $(LIBOPENMPTTEST_CXX_SOURCES:.cpp=.test$(FLAVOUR_O).o) $(LIBOPENMPTTEST_C_SOURCES:.c=.test$(FLAVOUR_O).o)
LIBOPENMPTTEST_DEPENDS = $(LIBOPENMPTTEST_OBJCECTS:$(FLAVOUR_O).o=$(FLAVOUR_O).d)
LIBOPENMPTTEST_DEPENDS = $(LIBOPENMPTTEST_OBJECTS:$(FLAVOUR_O).o=$(FLAVOUR_O).d)
ALL_OBJECTS += $(LIBOPENMPTTEST_OBJECTS)
ALL_DEPENDS += $(LIBOPENMPTTEST_DEPENDS)

Expand Down

0 comments on commit d34765c

Please sign in to comment.