diff options
author | Michele Calgaro <[email protected]> | 2024-05-11 22:34:14 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-05-11 22:34:14 +0900 |
commit | 02625a605190ecc5b1387f59dfc32e8a883ef91d (patch) | |
tree | ed600a985122b2312af6655e02f0dc387eae10ab /.pc/0008-951-fix-calling-compiler.patch/makefiles/platforms.mk | |
parent | 2462d03f322261bd616721c2b2065c4004b36c9c (diff) | |
download | tde-ebook-reader-02625a605190ecc5b1387f59dfc32e8a883ef91d.tar.gz tde-ebook-reader-02625a605190ecc5b1387f59dfc32e8a883ef91d.zip |
Remove autotools related files, '.pro' files and 'distribution' and '.pc' folders
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to '.pc/0008-951-fix-calling-compiler.patch/makefiles/platforms.mk')
-rw-r--r-- | .pc/0008-951-fix-calling-compiler.patch/makefiles/platforms.mk | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/.pc/0008-951-fix-calling-compiler.patch/makefiles/platforms.mk b/.pc/0008-951-fix-calling-compiler.patch/makefiles/platforms.mk deleted file mode 100644 index df83885..0000000 --- a/.pc/0008-951-fix-calling-compiler.patch/makefiles/platforms.mk +++ /dev/null @@ -1,15 +0,0 @@ -ifeq "$(TARGET_ARCH)$(UI_TYPE)" "" - include $(ROOTDIR)/makefiles/target.mk -endif - -ifeq "$(TARGET_ARCH)" "" -$(error TARGET_ARCH is not defined. Please edit $(ROOTDIR)/makefiles/target.mk) -endif - -ifeq "$(UI_TYPE)" "" -$(error UI_TYPE is not defined. Please edit $(ROOTDIR)/makefiles/target.mk) -endif - -ifeq "$(TARGET_STATUS)" "" - TARGET_STATUS = release -endif |