Skip to content

Commit 0c73fde

Browse files
committed
restoring a file and fix the distclean target in the Makefile
1 parent d491d70 commit 0c73fde

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,5 +142,5 @@ clean: clean-doc
142142
cmake --build $(BUILD) --target clean
143143
$(RM) mkerr olderr *~
144144

145-
distclean: clean
145+
distclean:
146146
$(RM) -r $(BUILDROOT) stagedir

cmake/Config.cmake.in

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# cmake/Config.cmake.in -*-makefile-*-
2+
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
3+
4+
@PACKAGE_INIT@
5+
6+
include("${CMAKE_CURRENT_LIST_DIR}/@[email protected]")
7+
check_required_components("@TARGET_LIBRARY@")

0 commit comments

Comments
 (0)