From: <sv...@op...> - 2024-08-16 10:48:09
|
Author: manx Date: Fri Aug 16 12:47:57 2024 New Revision: 21475 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=21475 Log: [Fix] build: Makefile: Remove bogus source files. Modified: trunk/OpenMPT/Makefile Modified: trunk/OpenMPT/Makefile ============================================================================== --- trunk/OpenMPT/Makefile Fri Aug 16 10:53:24 2024 (r21474) +++ trunk/OpenMPT/Makefile Fri Aug 16 12:47:57 2024 (r21475) @@ -1169,7 +1169,6 @@ COMMON_CXX_SOURCES += \ $(sort $(wildcard common/*.cpp)) \ - $(sort $(wildcard src/mpt/src/*.cpp)) \ SOUNDLIB_CXX_SOURCES += \ $(COMMON_CXX_SOURCES) \ |