diff options
author | Levente Polyak <anthraxx@archlinux.org> | 2019-12-28 19:05:28 +0100 |
---|---|---|
committer | Levente Polyak <anthraxx@archlinux.org> | 2020-02-10 23:02:41 +0100 |
commit | 9b4d8ae93053fcebc281f54d8a374839a7a50861 (patch) | |
tree | b204b31e2d4a20d9c197387f4fe57d8ed6cb907f /Makefile | |
parent | 4c206ab549b7944801f11387cbc57807e8e24338 (diff) | |
download | devtools32-9b4d8ae93053fcebc281f54d8a374839a7a50861.tar.xz |
offload-build: convert to in-prog so we can perform pre-processing
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -17,12 +17,12 @@ IN_PROGS = \ makerepropkg \ mkarchroot \ makechrootpkg \ + offload-build \ rebuildpkgs \ sogrep BINPROGS = \ - $(IN_PROGS) \ - offload-build \ + $(IN_PROGS) CONFIGFILES = \ makepkg-x86_64.conf \ |